InboundContextImpl

Undocumented in source.
final
class InboundContextImpl : ContextImplBase!(H, InboundHandlerContext!(H.rout)), InboundHandlerContext!(H.rout), InboundLink!(H.rin)(
H
) {}

Members

Mixins

__anonymous
mixin ReadContextImpl
Undocumented in source.
__anonymous
mixin CommonContextImpl
Undocumented in source.

Static variables

dir
enum dir;
Undocumented in source.

Mixed In Members

From mixin CommonContextImpl

Rin
alias Rin = H.rin
Undocumented in source.
Rout
alias Rout = H.rout
Undocumented in source.
Win
alias Win = H.win
Undocumented in source.
Wout
alias Wout = H.wout
Undocumented in source.
this
this(PipelineBase pipeline, H handler)
Undocumented in source.
this
this()
Undocumented in source.
transport
Channel transport [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pipeline
PipelineBase pipeline [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin ReadContextImpl

fireRead
void fireRead(Rout msg)
Undocumented in source. Be warned that the author may not have intended to support it.
fireTimeOut
void fireTimeOut()
Undocumented in source. Be warned that the author may not have intended to support it.
fireTransportActive
void fireTransportActive()
Undocumented in source. Be warned that the author may not have intended to support it.
fireTransportInactive
void fireTransportInactive()
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read(Rin msg)
Undocumented in source. Be warned that the author may not have intended to support it.
timeOut
void timeOut()
Undocumented in source. Be warned that the author may not have intended to support it.
transportActive
void transportActive()
Undocumented in source. Be warned that the author may not have intended to support it.
transportInactive
void transportInactive()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta